[stable32] Backport sphinx-lint CI (#14769) and enable all checks (#14771) to stable32#14817
Merged
Merged
Conversation
Backport of PR #14769 to stable32. Adds sphinx-lint as a dedicated CI linting step for the three manuals, and fixes all pre-existing violations so the check passes cleanly. Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
Backport of PR #14771 to stable32. Fixes all trailing-whitespace, horizontal-tab, and missing-final-newline violations in admin_manual, developer_manual, and user_manual so the full sphinx-lint check passes without any disabled rules. Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
skjnldsv
May 12, 2026 08:10
View session
skjnldsv
reviewed
May 12, 2026
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/81b4a7b2-ac8f-4fbe-a010-01b78fba857a Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
Member
|
@copilot resolve the merge conflicts in this pull request |
…le32 Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
Contributor
Author
Resolved in caf2f88. The only conflict was in |
skjnldsv
approved these changes
May 12, 2026
Contributor
miaulalala
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports two merged PRs from master to stable32:
PR #14769 — Add sphinx-lint CI for RST files
.github/workflows/sphinx-lint.yml: lightweight CI job that runssphinx-lintonadmin_manual,developer_manual, anduser_manual.github/problem-matchers/sphinx-lint.jsonfor inline PR annotationssphinx-lint==1.0.2torequirements.txtPR #14771 — Enable
trailing-whitespaceandhorizontal-tabchecks--disable trailing-whitespace --disable horizontal-tabfrom the workflowadmin_manual/configuration_files/primary_storage.rst(line 175) that caused a docutils unindent warningadmin_manual/configuration_server/config_sample_php_parameters.rstafter it was regenerated fromconfig.sample.phpin stable32sphinx-lintnow passes with no disabled rules☑️ Resolves
🖼️ Screenshots